/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://prattsandpayne.com
Description:    Child theme for the Twenty Eleven theme 
Author:         Armand
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");


/* =Structure
----------------------------------------------- */


#page {
	margin: 0em auto;
	max-width: 1050px;
}

body, input, textarea {
	color: #dddddd;
	font: 15px Georgia, serif;
	font-weight: 300;
	line-height: 1.625;
}

#page {
	background: #423f37;
}

p {
	margin-bottom: 0.1em;
}

strong {
	font-weight: none;
}


#main {
    clear: both;
    padding: 0 0 0;
}


/* =header
----------------------------------------------- */

#branding hgroup {
	margin: 0 %;
}

#branding hgroup {
    margin: 0 7.6%;
    width: 100%;
}




#site-title {
	margin-right: 270px;
	padding: 0.65625em 0 0;
}

.entry-title {
    display: none;
    padding-top: 0;
}

#access div {
	margin: 0 11.6%;
}

h1, h2 {
display:inline;
}


#branding {
	border-top: 0px solid #bbb;
}

#site-title {
	color: #dddddd;
	font-family: "broadway BT", broadw_;
	margin-right: 80px;
	padding: 0.em 0 0;
	text-align: left;
	width:100%;
}

#site-title a {
	color: #dddddd;
	font-family: "broadway BT", broadw_;
	font-size: 35px ;
	font-weight: bold;
	line-height: 70px;
	text-decoration: none;
	align:left;
	width: 150%;	
}

#site-title a:active {
	color: #dddddd;
	font-family: "broadway BT", broadw_;
}

#site-description {
	margin-left: 60px;
	color: #dddddd;
	font-family: "broadway BT", broadw_;
	font-size: 18px ;
	margin: 0px;
	text-align:right;
	width:100%
}

/* =menu
----------------------------------------------- */


#branding img {
	color: #dddddd;
	height: auto;
	margin-bottom: -7px;
	width: 100%;
} 

#access {
	background: #423f37; /* Show a solid color for older browsers */
	background: #423f37;
	background: #423f37;
	background: #423f37 /* older webkit syntax */
	background: #423f37;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 0px;
	width: 100%;
}

#access ul {
	font-size: 25px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access a {
	color: #dddddd;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: 1px solid #fff;
}

#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: /*-moz-linear-gradient(#380b18, #380b18)*/#FFFFFF;
	background: #ffffff;
	background: #ffffff; /* Older webkit syntax */
	background: #ffffff;
	color: #333;
}

#access .current_page_ancestor > a {
	font-weight: none;
}


#main {
	clear: both;
	padding: 0 em 0 0;
}

.no-results {
	border-bottom: 0px solid #ddd;
}

.entry-title {
	padding-top: 0px;
}

.entry-summary {
	padding: 1.em 0 0;
}

.comment-content th {
	color: #ACA791;
}

.comment-content td {
	border-top: 0px solid #ddd;
}

#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 0px;
}

.page-template-sidebar-page-php #respond {
    display: none;
    width: auto;
}

/* =widget
----------------------------------------------- */

.widget-area {
	font-size: 12px;
	font-family: "broadway BT", broadw_;
}

.widget {
	clear: both;
	margin: 0 0 0.7em;
}

.widget-title {
	color: #dddddd;
	font-size: 12px;
	font-weight: bold;
}

.widget-title {
	text-transform: none;
}

.widget ul li {
	color: #dddddd;
}

.widget a {
	font-weight: none;
}

.widget a:active {
	text-decoration: none;
}

#supplementary {
	border-top: 0px solid #ddd;
	padding: 1.em 7.6%;
	overflow: hidden;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* =footer
----------------------------------------------- */

#site-generator {
	background: transparent;
	border-top: 0px solid #ddd;
	
}

#site-generator a {
	color: #a3966d;
}


#searchform {
    display: none;
}

.hentry, .no-results {
    border-bottom: 0px solid #DDDDDD;
    margin: 0 0 0em;
    padding: 0 0 0;
    position: relative;
}

/* =excel table food
----------------------------------------------- */


.entry-content td, .comment-content td {
    border-top: 0 solid #DDDDDD;
    padding: 6px 10px 6px 0;
}

/* =remove smiley bottom page
----------------------------------------------- */

img#wpstats {
    display: none;
}

/* =moving the whole page up a bit
----------------------------------------------- */
.entry-content, .entry-summary {
    padding: 0em 0 0;
}

/* =moving the footer up a bit
----------------------------------------------- */
#supplementary {
    border-top: 0px solid #DDDDDD;
    overflow: hidden;
    padding: 0em 7.6%;
}

/* =widget title and widget font color
-------------------------------------------------------------- */

.widget-title {
    color: white;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.widget a {
    color: #423F37;
}